val mutableList : MutableList<Kolory> = ArrayList()
val mutableList = mutableListOf<Kolory>()
val mutableList : MutableList<Kolory> = arrayListOf()